home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / cshowinit ƒ / cshowinit..doc < prev    next >
Encoding:
Text File  |  1989-11-13  |  2.0 KB  |  51 lines  |  [TEXT/EDIT]

  1. cat cshowinit.hqx
  2. Date: Fri, 13 Oct 89 06:49:22 PDT
  3. From: decvax!rochester!cci632!ccicpg!dhw68k.cts.com!mbf!thecloud@decwrl.dec.com (Ken McLeod)
  4. To: INFO-MAC@sumex-aim.stanford.edu
  5.  
  6. [CShowINIT for THINK C]
  7.  
  8. CShowINIT is a 'C' translation of Paul Mercer's standard ShowINIT
  9. icon notification routine that is completely compatible with
  10. existing INITs.  Color icons are supported (on CQD machines).
  11. Commented source code and example INITs are included.
  12.  
  13. This archive contains the following INIT utilities:
  14.  
  15. CShowINIT:  a translation of Paul Mercer's ShowINIT routine,
  16.             with support for color icons.
  17.  
  18.   CShowINIT_PROC        -- 'PROC' version of CShowINIT
  19.   CShowINIT_INIT        -- 'INIT' version of CShowINIT
  20.   CShowINIT_PROC.c      -- source code to 'PROC' version
  21.   CShowINIT_INIT.c      -- source to standalone 'INIT' version
  22.   CShowINIT_PROC.pi     -- THINK C 3.02 project file
  23.   CShowINIT_INIT.pi     -- THINK C 3.02 project file
  24.  
  25. CapsLockINIT:  an example INIT that uses CShowINIT to create
  26.                some simple startup icon animation.
  27.  
  28.   Zaps Lock             -- the executable INIT file
  29.   CapsLockINIT.c        -- source code to CapsLockINIT
  30.   CapsLockINIT.pi.rsrc  -- project resource file
  31.   CapsLockINIT.pi       -- THINK C 3.02 project file
  32.  
  33. IconWrap:  an INIT that allows multiple rows of startup icons.
  34.            Demonstrates trap-patching and use of CShowINIT.
  35.  
  36.   IconWrap 1.2          -- the executable INIT file
  37.   IconWrap.doc          -- user documentation for IconWrap
  38.   IconWrap.c            -- source code
  39.   IconWrapINIT.pi.rsrc  -- project resource file
  40.   IconWrapINIT.pi       -- THINK C 3.02 project file
  41.  
  42. All files (except as otherwise noted) are copyright (C)1989 by
  43. Ken McLeod.  Permission is granted to use and distribute freely.
  44.  
  45. --
  46. ==========      .......     ==========================================
  47. Ken McLeod     :.     .:    UUCP: {zardoz felix}!dhw68k!thecloud
  48. ==========    :::.. ..:::   INTERNET: thecloud@dhw68k.cts.com
  49.                  ////       ==========================================
  50.  
  51.